(init_from_display_pos): Remove unwarranted assertion.
authorGerd Moellmann <gerd@gnu.org>
Tue, 27 Mar 2001 16:51:40 +0000 (16:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 27 Mar 2001 16:51:40 +0000 (16:51 +0000)
src/xdisp.c

index 5dc97d0775fb5f59654819e30ae25ba5b843e87c..bd6a07e05d0b2212ff8ab119041806fb1ee4d491 100644 (file)
@@ -1810,7 +1810,6 @@ init_from_display_pos (it, w, pos)
      but the call to init_iterator below will move us to the
      after-string.  */
   init_iterator (it, w, charpos, bytepos, NULL, DEFAULT_FACE_ID);
-  xassert (IT_CHARPOS (*it) == CHARPOS (pos->pos));
 
   /* If position is within an overlay string, set up IT to
      the right overlay string.  */